Description

Zip Thermo is a program I developed that utalizes the open-meteo and zippopatum APIs to get temperature and weather conditions! Simply type in a US zip code to view the weather.

ZipThermo has the following features:

Programming Improvements

ZipThermo is the first API project I have made, and I learned several skills from it. I gained experience with standard HTTPS requests, particularly GET. I also got used to reading API documentation and handling large data objects, sometimes using the results of the data object to make another API call. To effectively handle multiple API calls I utalized asynchronous functions.

Screenshots

Depending on the season, a different seasonal image is displayed. All of the seasonal images were created by me.